home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AppleScript - The Beta Release
/
AppleScript - The Beta Release.iso
/
Documentation
/
Apple Event Registry
/
AE Suites Under Development
/
Word Services SDK 1.0
/
WSI Library Source
/
Gripe.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-11-25
|
143 b
|
8 lines
|
[
TEXT/KAHL
]
#include "Gripe.h"
void RealGripe( StringPtr complaint )
{
ParamText( complaint, "\p", "\p", "\p" );
Alert( 128, (ProcPtr)NULL );
return;
}